Skip to main content

revBrowserNavigate

Type

command

Summary

Navigates a browser to a given url.

Syntax

revBrowserNavigate <instanceId>, <url>
XBrowser_Navigate <url> [, <instanceId>]

Description

The revBrowserNavigate function navigates to the given url in the browser identified by the instanceId.

note

For general information on using the browser library, please see the notes in the revBrowserOpen function reference.

Parameters

NameTypeDescription

instanceId

The instanceId is an integer that identifies a browser control opened by the revBrowserOpen function.

url

Any url that the browser supports. Eg "http://www.livecode.com\", "https://livecode.com\".

Examples

revBrowserNavigate sBrowserId, "http://www.google.com"

command: revBrowserForward, revBrowserRedraw, revBrowserStop, revBrowserRefresh, revBrowserBack

function: revBrowserOpen

glossary: function

message: queryRecordChanged, browserBeforeNavigate, browserNavigateComplete, browserNavigateCompleteFrame

Compatibility and Support

Introduced

LiveCode 2.8.1

OS

mac

windows

Platforms

desktop

Thank you for your feedback!

Was this page helpful?